How to switch localization to English on machines with different regional settings.
Hi,
I have read conversations about how to do it, but seem to be unable to figure
the whole truth:
I have RTC 1.0.1.1 installed from a zip file on my machine, both client and
server.
I start RTC using this command: TeamConcert.exe -nl en
I used to also have a VM argument
-Duser.language=en_US
in the teamconcert.ini this worked for me fine in the past. However with
this release and the german nationalization installed from the zip file RTC
seems to get confused.
The main menus are in english but I still see (pretty funny) german expressions
for instance in events and in some other areas.
Can anyone please be a bit more specific on where to supply what flag to
get my RTC back to proper english?
Many thanks in advance!
Ralph
I have read conversations about how to do it, but seem to be unable to figure
the whole truth:
I have RTC 1.0.1.1 installed from a zip file on my machine, both client and
server.
I start RTC using this command: TeamConcert.exe -nl en
I used to also have a VM argument
-Duser.language=en_US
in the teamconcert.ini this worked for me fine in the past. However with
this release and the german nationalization installed from the zip file RTC
seems to get confused.
The main menus are in english but I still see (pretty funny) german expressions
for instance in events and in some other areas.
Can anyone please be a bit more specific on where to supply what flag to
get my RTC back to proper english?
Many thanks in advance!
Ralph
Accepted answer
Since this still seems to be puzzling to many people, here what I do today:
I want an English UI, but without intervention Jazz provides a mix of German and English on my machine with German regional settings.
To prevent that, I do the following:
I add -Duser.language=en as parameter to
- The application server environment e.g. adding set JAVA_OPTS=%JAVA_OPTS% -Duser.language=en to the server.startup.bat
- The eclipse.ini, the jbe.ini, the scm.ini
- The Web UI detects the browser language and tries to provide localized content, so I switched my browser to English settings using the Quick Locale Switcher (FireFox)
It is also wise to make sure to create projects using the English process templates.
In principle this is also true for all the other CLM applications.
I want an English UI, but without intervention Jazz provides a mix of German and English on my machine with German regional settings.
To prevent that, I do the following:
I add -Duser.language=en as parameter to
- The application server environment e.g. adding set JAVA_OPTS=%JAVA_OPTS% -Duser.language=en to the server.startup.bat
- The eclipse.ini, the jbe.ini, the scm.ini
- The Web UI detects the browser language and tries to provide localized content, so I switched my browser to English settings using the Quick Locale Switcher (FireFox)
It is also wise to make sure to create projects using the English process templates.
In principle this is also true for all the other CLM applications.